Click or drag to resize

MediaCollection Class

Represents a collection of Media objects.
Inheritance Hierarchy

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class MediaCollection : CollectionBase

The MediaCollection type exposes the following members.

Constructors
  NameDescription
Public methodMediaCollection
Initializes a new instance of the MediaCollection class.
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from CollectionBase.)
Public propertyCount (Inherited from CollectionBase.)
Protected propertyInnerList (Inherited from CollectionBase.)
Public propertyItem
Gets or sets the value associated with the specified index. In C#, this property is the indexer for the MediaCollection class.
Protected propertyList (Inherited from CollectionBase.)
Top
Methods
  NameDescription
Public methodAdd(Media)
Adds a Media to the collection.
Public methodAdd(MediaCollection)
Adds a MediaCollection to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether the MediaCollection contains a specific Time.
Public methodCopyTo
Copies an Media array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of the specified node in the collection.
Public methodInsert
Inserts the specified Media at the specified possition.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a Media from the collection, if it is present.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also